projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894ea5f
)
Fix typo in idlwave
author
Manuel Giraud
<manuel@ledu-giraud.fr>
Fri, 17 Sep 2021 14:34:05 +0000
(16:34 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 17 Sep 2021 14:34:05 +0000
(16:34 +0200)
* lisp/progmodes/idlwave.el (idlwave-keyword-abbrev): Fix typo
(bug#50638).
lisp/progmodes/idlwave.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/idlwave.el
b/lisp/progmodes/idlwave.el
index 374876d5b4c7fa9cbb84a85bba2c39457b4a061f..e95abd863e9ee79f8f9e52c3c0fb403eac31ac72 100644
(file)
--- a/
lisp/progmodes/idlwave.el
+++ b/
lisp/progmodes/idlwave.el
@@
-1365,7
+1365,7
@@
Normally a space.")
(defun idlwave-keyword-abbrev (&rest args)
"Create a function for abbrev hooks to call `idlwave-modify-abbrev' with args."
- (lambda () (app
end
#'idlwave-modify-abbrev args)))
+ (lambda () (app
ly
#'idlwave-modify-abbrev args)))
(autoload 'idlwave-shell "idlw-shell"
"Run an inferior IDL, with I/O through buffer `(idlwave-shell-buffer)'." t)